home *** CD-ROM | disk | FTP | other *** search
- #ifndef VOICES_LOADED
- #define VOICES_LOADED
-
- /*
- ** VOICES.h
- */
- #include "AlgoRhythms.h"
-
- extern void close_voices(void);
- extern void open_voices_window(void);
- extern int process_voice_events(NOTE_EVENT_TYPE *chairs);
- extern void set_voice_gadgets(NOTE_EVENT_TYPE *chairs);
- extern int get_current_voice(void);
- extern ULONG voices_mask;
- #endif
-